home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / nfs / nfs-mount.hlp.z / nfs-mount.hlp
Encoding:
Text File  |  1997-07-30  |  644 b   |  23 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Filesystem Mount Configuration</H2>
  8. <P>
  9. Depending on the type of filesystem being mounted, a number
  10. of different options may apply.  These concern buffer and 
  11. cache sizes, permission handling, network configuration
  12. (for NFS mounts), quotas, filesystem checking behavior, etc.
  13. Note that non-default use of some of these parameters may
  14. result in security risks, data loss risks and possible 
  15. hardware damage.  See your SGI server manual for further
  16. details.
  17. </P>
  18. <CENTER>
  19. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  20. </CENTER>
  21. </FORM>
  22. EndOfFile
  23.